home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-20 | 571 b | 18 lines | [TEXT/KAHL] |
- //----------------------------------------------------------------------------------
- // File : dimText.h
- // Date : March 17, 1994
- // Author : James W. Walker
- // :
- // : renamed routines for consistency with coding style in daAssist.c
- // : Jim Stout (with apologies)
- //----------------------------------------------------------------------------------
- void initDimText ( DialogPtr dp );
-
- void disposeDimText ( DialogPtr dp );
-
- void makeDimmable ( DialogPtr dp );
-
- void disposeDimData ( DialogPtr dp );
-
- void dimText ( DialogPtr dp, short item, Boolean dim );
-